-
Notifications
You must be signed in to change notification settings - Fork 13
Awkward 2.0 support in servicex 2.0
#317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #317 +/- ##
==========================================
- Coverage 98.53% 98.45% -0.09%
==========================================
Files 12 12
Lines 1160 1164 +4
==========================================
+ Hits 1143 1146 +3
- Misses 17 18 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
|
This is a stop-gap fix until 3.0 is released, so I'm not too worried about the drop in code coverage. |
BenGalewsky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad we can evolve
Enable awkward 2.0 support in
servicexawkwardarray using this library, it will give you anawkward_daskarray ifawkward2.0 is loaded, or alazyarray ifawkward1.0 is in your environment.Fixes #316